[INFO] cloning repository https://github.com/Profiidev/forgejo-runner-s3-cache
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Profiidev/forgejo-runner-s3-cache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProfiidev%2Fforgejo-runner-s3-cache", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProfiidev%2Fforgejo-runner-s3-cache'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26d115ce4903fede00412f5b78a7aeff5391091b
[INFO] checking Profiidev/forgejo-runner-s3-cache against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProfiidev%2Fforgejo-runner-s3-cache" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Profiidev/forgejo-runner-s3-cache
[INFO] finished tweaking git repo https://github.com/Profiidev/forgejo-runner-s3-cache
[INFO] tweaked toml for git repo https://github.com/Profiidev/forgejo-runner-s3-cache written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Profiidev/forgejo-runner-s3-cache on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Profiidev/forgejo-runner-s3-cache already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e
[INFO] running `Command { std: "docker" "start" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking cmov v0.5.3
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling aws-types v1.3.16
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking aws-smithy-xml v0.60.15
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking crc-fast v1.10.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking psl v2.1.210
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]    Compiling centaurus v0.13.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling centaurus-macro-utils v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling aws-smithy-runtime-api-macros v1.0.0
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling sea-orm-macros v1.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8ac0915e346f9a2e49ca3951b642c55bd7d1eaab/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=e50e65da5f149cb5 -C extra-filename=-cbfedbefe99e0644 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3d944e3b9ac373a3.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `psl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8ac0915e346f9a2e49ca3951b642c55bd7d1eaab/bin/rustc --crate-name psl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/psl-2.1.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="helpers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "helpers"))' -C metadata=7f7e6f3cb6c821bb -C extra-filename=-e9828110e4d91fd9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern psl_types=/opt/rustwide/target/debug/deps/libpsl_types-c32b1b732f1cc965.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e", kill_on_drop: false }`
[INFO] [stdout] 784adf8c438111fe8d00cdc35b46d7d99c47ce1ef5f4e265d82867a0b8c0930e
